projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bdbdebf
)
Use $MAKE for `make' if set.
author
Gerd Moellmann
<gerd@gnu.org>
Wed, 24 Oct 2001 11:38:42 +0000
(11:38 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Wed, 24 Oct 2001 11:38:42 +0000
(11:38 +0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index 74436d514237a793270091d391e9aede98ce803f..fcfd53e18c85fdd6539eb4d343eff21c26c4c7f9 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-2274,7
+2274,7
@@
sed -e 's/[^a-zA-Z0-9_]/ /g' -e 's/^/ /' -e 's/ *$//' \
changequote([, ])dnl
echo creating src/epaths.h
-
make
epaths-force
+
${MAKE-make}
epaths-force
# As of 2000-11-19, newest development versions of GNU cpp preprocess
# `..' to `. .' unless invoked with -traditional